summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/xts_encryption_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/crypto/xts_encryption_layer.h')
-rw-r--r--src/core/crypto/xts_encryption_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/xts_encryption_layer.h b/src/core/crypto/xts_encryption_layer.h
index 735e660cb..68b5643b1 100644
--- a/src/core/crypto/xts_encryption_layer.h
+++ b/src/core/crypto/xts_encryption_layer.h
@@ -9,7 +9,7 @@
namespace Core::Crypto {
-// Sits on top of a VirtualFile and provides XTS-mode AES decription.
+// Sits on top of a VirtualFile and provides XTS-mode AES description.
class XTSEncryptionLayer : public EncryptionLayer {
public:
XTSEncryptionLayer(FileSys::VirtualFile base, Key256 key);